@charset "UTF-8";
/* CSS Document */

body {
  font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';
	 margin: 0;
	background-color: black;
}


@keyframes fade-inout {
	0% {opacity: 0}
	100% {opacity: 1;}

}

/* Navbar styling begins*/


.topnav {
  overflow: hidden;
  background-color:black;
  font-weight: 500;
  font-size: 90%;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 34px 40px 8px;
  text-decoration: none;
  font-size: 150%;
  line-height: 1.2;
}



.split {
	color: white;
	float: right;
	padding: 28px 40px 8px;
	
	
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}



/* Navbar styling ends*/

.Page-title {
	text-align: center;
  font-size: 220%;
	letter-spacing: 10px;
	padding-top: 5%;
	color: white;
	animation: fade-inout 5s;
}

.tangata_brief {
  width: 70%;
  padding: 5% 15%;
  text-align: justify;
  color: white;
  animation: fade-inout 5s;

}

.artist_titles {
  text-align: left;
  font-size: 110%;
  padding-top: 2%;
  padding-left: 15%;
  color: white;
  animation: fade-inout 5s;
}

.iwi {
  text-align: left;text-align: left;
  padding-top: 5px;
  font-size: 100%;
  padding-left: 15%;
  color: white;
  width: 70%;
  animation: fade-inout 5s;
}

.artist_statement {
  width: 70%;
  padding-top: 1%;
  padding-left: 15%;
  text-align: justify;
  color: white;
  animation: fade-inout 5s;
  font-size: 1em;
  line-height: 1.5;
}

.tangata_titles {
  text-align: left;
  font-size: 110%;
  padding-top: 1%;
  padding-left: 15%;
  width: 70%;
  color: white;
  animation: fade-inout 5s;
  letter-spacing: 2%;
}

.divider {
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
  letter-spacing: 2%;
  max-width: 800px;
  margin: 0 auto; 
  animation: fade-inout 5s;
}

.divider::before,
.divider::after {
  content: '';
  flex: 1;
  border-bottom: 0.5px solid #ccc;
}

.divider::before {
  margin-right: 30px;
}

.divider::after {
  margin-left: 30px;
}

.nga_mihi_nui_statement {
  width: 70%;
  padding-top: 1%;
  padding-left: 15%;
  text-align: justify;
  color: white;
  animation: fade-inout 5s;
  line-height: 1.5;
}

strong {
    font-weight: bold;
}

.home_text {
 width: 70%;
  padding: 3% 15%;
  text-align:center;
  color: white;
  animation: fade-inout 5s;
  line-height: 1.5;
}

.event_details {
  width: 70%;
  padding: 1% 15%;
  text-align: justify;
  color: white;
  animation: fade-inout 5s;
  line-height: 1.5;
}

.Photogram_Image {
  width: 70%;
  padding: 1% 15%;
  text-align: center;
  color: white;
  animation: fade-inout 5s;
}

.Image_Captions {
  width: 70%;
  padding: 1% 15%;
  text-align: center;
  color: white;
  animation: fade-inout 5s;
  font-style: italic;

}

.Movement_Sequence {
  width: 70%;
  padding: 1% 15%;
  text-align: center;
  color: white;
  animation: fade-inout 5s;
}

/* Footer styling begins */

.site-footer {
  background-color: #131313;
  color: white;
  padding: 2rem 5%;
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  justify-items: center;
  text-align: center;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1s ease, transform 1s ease;
  will-change: opacity, transform;
  font-size: 0.9rem;
}

.site-footer.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.footer-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-section h4 {
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-section a,
.footer-section p {
  display: block;
  color: #d9d9d9;
  text-decoration: none;
  margin: 0.25rem 0;
  font-size: 0.95rem;
}

.footer-section a:hover {
  color: white;
}


	
